home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global act
- if act = 0 then
- if rollOver(3) or rollOver(5) then
- cursor([901, 902])
- else
- HotSpots(7, 14)
- HotSpots(40, 43)
- end if
- end if
- if act = 1 then
- if rollOver(45) or rollOver(46) then
- cursor([901, 902])
- else
- cursor(-1)
- end if
- Loopframe()
- end if
- end
-